home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 March / PCnet 2006-06.3.iso / Apps / Flash / FDBuilder1160CNET.exe / CDTools / startup.swf / scripts / DefineSprite_245 / frame_10 / DoAction.as
Encoding:
Text File  |  2005-09-25  |  95 b   |  10 lines

  1. n = math.random() * 10;
  2. if(n > 7)
  3. {
  4.    gotoAndPlay(11);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(1);
  9. }
  10.